C1FilterDataCollection<T> Class Members
The following tables list the members exposed by C1FilterDataCollection<T>.
| Name | Description |
 | Cache | Gets or sets the cache used to store compiled predicates. |
 | ConnectionState | Gets the state of the connection to the source. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | Count | Gets the number of elements in the collection. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
 | CurrentPage | Gets the current page number. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | FilterExpression | Overridden. Gets the filter expression applied to the data. |
 | GroupDescriptions | Gets the group descriptions applied to the data. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | HasMoreItems | Gets a value indicating whether this collection can load more items. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | IsDisposed | Gets whether the collection is disposed. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
 | IsFiltered | Gets whether the collection is filtered. |
 | IsPlain | Gets whether the group items will be inline with the data items or the items will be the first level of group items. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | IsThreadSafe | Gets or sets a value indicating whether the filter predicate will be executed in the same thread as the call. |
 | IsUpdating | Gets a value indicating whether the collection is being updated. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | IsVirtualizing | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | Item | Gets the element at the specified index in the read-only list. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
 | PageSize | Gets or sets the maximum number of items per page. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | RunSynchronously | Gets or sets whether the sorting is performed synchronously. |
 | SortDescriptions | Gets the sort descriptions applied to the data. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | TotalCount | Gets the total number of items in the collection. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | UseCPUsInParallel | Gets or sets a value indicating whether the operations will be performed using parallels CPU's. |
Top
| Name | Description |
 | CanFilter | Overridden. Returns whether the collection is able to filter the specified expression. |
 | CanGroup | Returns whether the collection is able to group the specified group descriptions. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | CanInsert | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | CanInsertRange | Overridden. |
 | CanMove | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | CanMoveRange | Overridden. |
 | CanRefresh | Determines whether the collection can be refreshed. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | CanRemove | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | CanRemoveRange | Overridden. |
 | CanReplace | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | CanReplaceRange | Overridden. |
 | CanSort | Returns whether the collection is able to sort the specified sort descriptions. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | ConnectAsync | Connects the collection to the source. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | CreateNewItem | Creates a new item of the collection. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | DisconnectAsync | Disconnects the collection from the source. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | Dispose | Called to dispose resources. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
 | FilterAsync | Overridden. Filters the data using specified filter expression. |
 | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
 | GetItemType | Gets the type of the item. (Inherited from C1.DataCollection.C1WrapDataCollection<T>) |
 | GetLoadedItems | Overloaded. Returns the items that has be loaded so far. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | GroupAsync | Overloaded. Groups the collection according to the specified group descriptions. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | IndexOf | Gets the index of the specified item. (Inherited from C1.DataCollection.C1WrapDataCollection<T>) |
 | InsertAsync | Overridden. Inserts the specified item at the specified index in the collection. |
 | InsertRangeAsync | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | LoadAsync | Load the items between the specified indexes. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | LoadMoreItemsAsync | Loads more items asynchronously. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | MoveAsync | Overridden. Moves an item from the specified position to the new one. |
 | MoveRangeAsync | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | MoveToPageAsync | Moves to the page . (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | RefreshAsync | Refreshes the collection data. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | RemoveAsync | Overridden. Removes the item at the specified index from the collection. |
 | RemoveRangeAsync | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | ReplaceAsync | Overridden. Replaces the item at the specified index by the new specified item. |
 | ReplaceRangeAsync | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | SortAsync | Overloaded. Sorts the collection according to the specified sort descriptions. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
Top